job scheduler

英 [dʒəʊb ˈʃɛdjuːlə] 美 [dʒoʊb ˈskɛdʒʊlər]

网络  作业调度器; 任务调度器; 作业调度; 作业调度程序; 任务调度程序

计算机



双语例句

  1. Depending upon our job scheduler we would make both6K jobs wait or run one of them in the10K region.
    我们可使两个6K作业等待,或者把其中一个在10K区运算,视我们作业的调度程序而定。
  2. Moab Workload Manager is a policy-based job scheduler and event engine that enables utility-based computing for clusters.
    MoabWorkloadManager是一个基于策略的作业调度程序和事件引擎,支持在集群上进行基于实用程序的计算。
  3. Job scheduler, and so on; and-w shows a wide format, useful for seeing the command line or full pathname of the application associated with each process.
    工作调度程序等等;-w则以加宽的格式显示内容,在查看命令行或与每个进程相关的应用程序完整路径名时很有用。
  4. The job of the scheduler is simple: choose the task on the highest priority list to execute.
    调度器的工作非常简单:它在优先级最高的队列中选择一个任务来执行。
  5. Submitting a job to the job spooler queue and to the at job scheduler simultaneously requires a compound command.
    同时向作业假脱机程序队列和at作业调度程序提交作业需要一个复合命令。
  6. Because the definition of a critical job can change across time, the Scheduler lets you define different class priorities at different times.
    由于一个作业是否为关键作业是随时间变化而变化的,用户可以设定一个作业类在不同时间拥有不同的优先级。
  7. This job will not run because the Windows Task Scheduler service is not currently running.
    作业未运行,因为windows任务计划程序服务当前未运行。
  8. The actual parallelism in execution is outside of Oozie 'control and depends on requirements of the job, capacity of the cluster and scheduler used by your Map/ Reduce installation.
    在执行过程中实际的并行机制并不在Oozie的控制之内,并且依赖于作业的需求、簇集的能力以及Map/Reduce部署所使用的调度程序。
  9. A backup job cannot be scheduled for later execution because the Task Scheduler interface is not present or is not started.
    因为任务计划程序界面不存在或未启动,该备份作业无法计划稍后执行。
  10. The latest version of open source job scheduler Quartz supports fluent configuration API and monitoring and management of job scheduling actions.
    开源工作调度器Quartz的最新版本开始支持FluentConfigurationAPI和工作调度行为的监控、管理了。
  11. Also, the job scheduler can get information from monitoring system and then select low loaded node to keep the load balance.
    通过监控可以了解资源节点的负载情况,可以配合任务调度程序来实现负载平衡。
  12. We design and implement a dynamic dual-threshold job dispatch algorithm, which takes into account the sums of the running-job, the performance and loading information of the local scheduler.
    我们设计并实现了一种综合考虑各局部代理作业数和各个局部代理性能以及当前的负载情况的动态双阈值作业分配算法。该算法主要由三部分组成:收集各局部代理的负载信息;
  13. This paper introduces the job schedule using task schedule package built-in Oracle 10g's DBMS_SCHEDULER.
    介绍了应用Oracle10g新提供的DBMSSCHEDULER内置任务调度程序包进行的作业调度。
  14. Job Scheduler in PBS and Solution for One Kind of Resource Allocation Failure
    PBS中的任务调度以及一类资源分配失效的解决
  15. It first introduces the Hadoop job scheduling process in detail, then gives a brief analysis of three existing scheduling algorithms on Hadoop: FIFO. Capacity Scheduler and Fair Scheduler.
    先详细解剖Hadoop作业调度流程,然后简要分析Hadoop框架下的三种现有的调度算法:FIFO、CapacityScheduler和FairScheduler,最后分析了实时调度。